Resource Path: /api/sql/test-connection/{connectionStoreId}/{credentialId}
Uri: http://doc.jamsscheduler.com/api/sql/test-connection/{connectionStoreId}/{credentialId}
Parameters
Name | Description | Data Type |
connectionStoreId | | integer |
credentialId | | integer |
Request
The request body is of type ConnectionStringDto.
Overview
|
ConnectionStringDto
|
connectionString : string
|
|
Response
The response body is of type SqlServerConnectionResponse.
OK
Overview
|
SqlServerConnectionResponse
|
connectionFailure : boolean
|
|
connectionFailureMessage : string
|
|
See Also